Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unknown compiler option with cmake #23

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Fix unknown compiler option with cmake #23

merged 1 commit into from
Aug 12, 2019

Conversation

markatk
Copy link
Contributor

@markatk markatk commented Aug 12, 2019

When compiling with cmake (at least on windows) and msvc the compiler gives a warning
cl : Command line warning D9002 : ignoring unknown option '-std=c99'

When using proper cmake language standards the settings are correctly set for all compilers. To be able to set all flags the minimum cmake version needs to be increased from 3.0 to 3.1.3 (which is still pretty old and shouldn't make a difference at all).

Bump cmake version from 3.0 to 3.1.3
@inlife inlife merged commit e708a22 into zpl-c:master Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants